home *** CD-ROM | disk | FTP | other *** search
/ Hot Metal Pro 4.0 / Hot Metal Pro 4.0.iso / HMPRO4 / hmwin.z / decors.dll / 0 / RCDATA / TEXTRACTINGFORM / TEXTRACTINGFORM.txt
Encoding:
Text File  |  1997-07-28  |  1.1 KB  |  65 lines

  1. object ExtractingForm: TExtractingForm
  2.   Left = 301
  3.   Top = 125
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Applying Decor'
  7.   ClientHeight = 86
  8.   ClientWidth = 397
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 16
  20.     Top = 16
  21.     Width = 32
  22.     Height = 13
  23.     Caption = 'Label1'
  24.   end
  25.   object Label2: TLabel
  26.     Left = 16
  27.     Top = 64
  28.     Width = 32
  29.     Height = 13
  30.     Caption = 'Label1'
  31.     Visible = False
  32.   end
  33.   object ProgressBar1: TProgressBar
  34.     Left = 16
  35.     Top = 40
  36.     Width = 361
  37.     Height = 16
  38.     Min = 0
  39.     Max = 100
  40.     TabOrder = 0
  41.   end
  42.   object ProgressBar2: TProgressBar
  43.     Left = 16
  44.     Top = 88
  45.     Width = 361
  46.     Height = 16
  47.     Min = 0
  48.     Max = 100
  49.     TabOrder = 2
  50.     Visible = False
  51.   end
  52.   object btnCancel: TButton
  53.     Left = 161
  54.     Top = 72
  55.     Width = 75
  56.     Height = 25
  57.     Cancel = True
  58.     Caption = 'Cancel'
  59.     Default = True
  60.     TabOrder = 1
  61.     Visible = False
  62.     OnClick = btnCancelClick
  63.   end
  64. end
  65.